home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Games / Cheats⁄hacks⁄hints / Loom Solve / Loom™ Solved / card_8864.txt < prev    next >
Encoding:
Text File  |  1991-06-22  |  11.9 KB  |  518 lines

  1. -- card: 8864 from stack: in
  2. -- bmap block id: 9451
  3. -- flags: 0000
  4. -- background id: 8538
  5. -- name: Loom Island
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global egg
  9.   global tomb
  10.   global vision
  11.   global island
  12.   global spout
  13.  
  14.   put 3 into egg
  15.   put 5 into tomb
  16.   put 7 into vision
  17.   put 11 into island
  18.   put 15 into spout
  19. end openCard
  20.  
  21.  
  22.  
  23. -- part 1 (button)
  24. -- low flags: 00
  25. -- high flags: 8004
  26. -- rect: left=19 top=250 right=272 bottom=168
  27. -- title width / last selected line: 0
  28. -- icon id / first selected line: 0 / 0
  29. -- text alignment: 1
  30. -- font id: 0
  31. -- text size: 12
  32. -- style flags: 0
  33. -- line height: 16
  34. -- part name: Loom Island
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: 8004
  40. -- rect: left=12 top=190 right=212 bottom=263
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: How do I get past the waterspout?
  49. ----- HyperTalk script -----
  50. on mouseDown
  51.   global spout
  52.   global current
  53.  
  54.   show card field spout
  55.   put spout into current
  56.   add 1 to spout
  57.   if spout>18 then
  58.     put 18 into spout
  59.   end if
  60. end mouseDown
  61.  
  62.  
  63.  
  64. -- part 3 (button)
  65. -- low flags: 00
  66. -- high flags: 8004
  67. -- rect: left=12 top=158 right=180 bottom=209
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: How do I get off the island?
  76. ----- HyperTalk script -----
  77. on mouseDown
  78.   global island
  79.   global current
  80.  
  81.   show card field island
  82.   put island into current
  83.   add 1 to island
  84.   if island>14 then
  85.     put 14 into island
  86.   end if
  87. end mouseDown
  88.  
  89.  
  90.  
  91. -- part 4 (button)
  92. -- low flags: 00
  93. -- high flags: 8004
  94. -- rect: left=12 top=125 right=147 bottom=195
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: How do I see in the dark?
  103. ----- HyperTalk script -----
  104. on mouseDown
  105.   global vision
  106.   global current
  107.  
  108.   show card field vision
  109.   put vision into current
  110.   add 1 to vision
  111.   if vision>10 then
  112.     put 10 into vision
  113.   end if
  114. end mouseDown
  115.  
  116.  
  117.  
  118. -- part 5 (button)
  119. -- low flags: 00
  120. -- high flags: 8004
  121. -- rect: left=12 top=94 right=116 bottom=225
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 1
  125. -- font id: 0
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: How do I read the tombstone?
  130. ----- HyperTalk script -----
  131. on mouseDown
  132.   global tomb
  133.   global current
  134.  
  135.   show card field tomb
  136.   put tomb into current
  137.   if tomb=5 then
  138.     put 6 into tomb
  139.   end if
  140. end mouseDown
  141.  
  142.  
  143.  
  144. -- part 6 (button)
  145. -- low flags: 00
  146. -- high flags: 8004
  147. -- rect: left=12 top=61 right=83 bottom=185
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 1
  151. -- font id: 0
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: How do I open the egg?
  156. ----- HyperTalk script -----
  157. on mouseDown
  158.   global egg
  159.   global current
  160.  
  161.   show card field egg
  162.   put egg into current
  163.   add 1 to egg
  164.   if egg>4 then
  165.     put 4 into egg
  166.   end if
  167. end mouseDown
  168.  
  169.  
  170.  
  171. -- part 7 (button)
  172. -- low flags: 00
  173. -- high flags: 8004
  174. -- rect: left=12 top=30 right=52 bottom=185
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: Where's the sanctuary?
  183. ----- HyperTalk script -----
  184. on mouseDown
  185.   global current
  186.  
  187.   show card field 2
  188.   put 2 into current
  189. end mouseDown
  190.  
  191.  
  192.  
  193.  
  194. -- part 8 (field)
  195. -- low flags: 80
  196. -- high flags: 0004
  197. -- rect: left=158 top=125 right=309 bottom=504
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 0 / 0
  200. -- text alignment: 0
  201. -- font id: 3
  202. -- text size: 9
  203. -- style flags: 0
  204. -- line height: 12
  205. -- part name: Open the Egg 2
  206.  
  207.  
  208. -- part 9 (field)
  209. -- low flags: 80
  210. -- high flags: 0004
  211. -- rect: left=186 top=30 right=94 bottom=305
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 0
  215. -- font id: 3
  216. -- text size: 9
  217. -- style flags: 0
  218. -- line height: 12
  219. -- part name: Where's the sanctuary?
  220.  
  221.  
  222. -- part 10 (field)
  223. -- low flags: 80
  224. -- high flags: 0004
  225. -- rect: left=186 top=61 right=77 bottom=300
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 0 / 0
  228. -- text alignment: 0
  229. -- font id: 3
  230. -- text size: 9
  231. -- style flags: 0
  232. -- line height: 12
  233. -- part name: Open the Egg
  234.  
  235.  
  236. -- part 11 (field)
  237. -- low flags: 80
  238. -- high flags: 0004
  239. -- rect: left=186 top=61 right=89 bottom=317
  240. -- title width / last selected line: 0
  241. -- icon id / first selected line: 0 / 0
  242. -- text alignment: 0
  243. -- font id: 3
  244. -- text size: 9
  245. -- style flags: 0
  246. -- line height: 12
  247. -- part name: Open the Egg 2
  248.  
  249.  
  250. -- part 12 (field)
  251. -- low flags: 80
  252. -- high flags: 0004
  253. -- rect: left=228 top=94 right=110 bottom=325
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 0
  257. -- font id: 3
  258. -- text size: 9
  259. -- style flags: 0
  260. -- line height: 12
  261. -- part name: Tomb
  262.  
  263.  
  264. -- part 13 (field)
  265. -- low flags: 80
  266. -- high flags: 0004
  267. -- rect: left=228 top=94 right=133 bottom=369
  268. -- title width / last selected line: 0
  269. -- icon id / first selected line: 0 / 0
  270. -- text alignment: 0
  271. -- font id: 3
  272. -- text size: 9
  273. -- style flags: 0
  274. -- line height: 12
  275. -- part name: Tomb 2
  276.  
  277.  
  278. -- part 14 (field)
  279. -- low flags: 80
  280. -- high flags: 0004
  281. -- rect: left=196 top=125 right=141 bottom=354
  282. -- title width / last selected line: 0
  283. -- icon id / first selected line: 0 / 0
  284. -- text alignment: 0
  285. -- font id: 3
  286. -- text size: 9
  287. -- style flags: 0
  288. -- line height: 12
  289. -- part name: Open the Egg 2
  290.  
  291.  
  292. -- part 15 (field)
  293. -- low flags: 80
  294. -- high flags: 0004
  295. -- rect: left=196 top=125 right=153 bottom=314
  296. -- title width / last selected line: 0
  297. -- icon id / first selected line: 0 / 0
  298. -- text alignment: 0
  299. -- font id: 3
  300. -- text size: 9
  301. -- style flags: 0
  302. -- line height: 12
  303. -- part name: Open the Egg 2
  304.  
  305.  
  306. -- part 16 (field)
  307. -- low flags: 80
  308. -- high flags: 0004
  309. -- rect: left=196 top=125 right=153 bottom=285
  310. -- title width / last selected line: 0
  311. -- icon id / first selected line: 0 / 0
  312. -- text alignment: 0
  313. -- font id: 3
  314. -- text size: 9
  315. -- style flags: 0
  316. -- line height: 12
  317. -- part name: Open the Egg 2
  318.  
  319.  
  320. -- part 17 (field)
  321. -- low flags: 80
  322. -- high flags: 0004
  323. -- rect: left=196 top=125 right=189 bottom=385
  324. -- title width / last selected line: 0
  325. -- icon id / first selected line: 0 / 0
  326. -- text alignment: 0
  327. -- font id: 3
  328. -- text size: 9
  329. -- style flags: 0
  330. -- line height: 12
  331. -- part name: Open the Egg 2
  332.  
  333.  
  334. -- part 18 (field)
  335. -- low flags: 80
  336. -- high flags: 0004
  337. -- rect: left=211 top=158 right=186 bottom=303
  338. -- title width / last selected line: 0
  339. -- icon id / first selected line: 0 / 0
  340. -- text alignment: 0
  341. -- font id: 3
  342. -- text size: 9
  343. -- style flags: 0
  344. -- line height: 12
  345. -- part name: Open the Egg 2
  346.  
  347.  
  348. -- part 19 (field)
  349. -- low flags: 80
  350. -- high flags: 0004
  351. -- rect: left=210 top=158 right=174 bottom=279
  352. -- title width / last selected line: 0
  353. -- icon id / first selected line: 0 / 0
  354. -- text alignment: 0
  355. -- font id: 3
  356. -- text size: 9
  357. -- style flags: 0
  358. -- line height: 12
  359. -- part name: Open the Egg 2
  360.  
  361.  
  362. -- part 20 (field)
  363. -- low flags: 80
  364. -- high flags: 0004
  365. -- rect: left=210 top=158 right=186 bottom=318
  366. -- title width / last selected line: 0
  367. -- icon id / first selected line: 0 / 0
  368. -- text alignment: 0
  369. -- font id: 3
  370. -- text size: 9
  371. -- style flags: 0
  372. -- line height: 12
  373. -- part name: Open the Egg 2
  374.  
  375.  
  376. -- part 21 (field)
  377. -- low flags: 80
  378. -- high flags: 0004
  379. -- rect: left=210 top=158 right=210 bottom=374
  380. -- title width / last selected line: 0
  381. -- icon id / first selected line: 0 / 0
  382. -- text alignment: 0
  383. -- font id: 3
  384. -- text size: 9
  385. -- style flags: 0
  386. -- line height: 12
  387. -- part name: Open the Egg 2
  388.  
  389.  
  390. -- part 22 (field)
  391. -- low flags: 80
  392. -- high flags: 0004
  393. -- rect: left=264 top=190 right=218 bottom=364
  394. -- title width / last selected line: 0
  395. -- icon id / first selected line: 0 / 0
  396. -- text alignment: 0
  397. -- font id: 3
  398. -- text size: 9
  399. -- style flags: 0
  400. -- line height: 12
  401. -- part name: Open the Egg 2
  402.  
  403.  
  404. -- part 23 (field)
  405. -- low flags: 80
  406. -- high flags: 0004
  407. -- rect: left=264 top=190 right=230 bottom=406
  408. -- title width / last selected line: 0
  409. -- icon id / first selected line: 0 / 0
  410. -- text alignment: 0
  411. -- font id: 3
  412. -- text size: 9
  413. -- style flags: 0
  414. -- line height: 12
  415. -- part name: Open the Egg 2
  416.  
  417.  
  418. -- part 24 (field)
  419. -- low flags: 80
  420. -- high flags: 0004
  421. -- rect: left=264 top=190 right=218 bottom=329
  422. -- title width / last selected line: 0
  423. -- icon id / first selected line: 0 / 0
  424. -- text alignment: 0
  425. -- font id: 3
  426. -- text size: 9
  427. -- style flags: 0
  428. -- line height: 12
  429. -- part name: Open the Egg 2
  430.  
  431.  
  432. -- part 25 (field)
  433. -- low flags: 80
  434. -- high flags: 0004
  435. -- rect: left=264 top=190 right=230 bottom=390
  436. -- title width / last selected line: 0
  437. -- icon id / first selected line: 0 / 0
  438. -- text alignment: 0
  439. -- font id: 3
  440. -- text size: 9
  441. -- style flags: 0
  442. -- line height: 12
  443. -- part name: Open the Egg 2
  444.  
  445.  
  446. -- part contents for card part 8
  447. ----- text -----
  448. Go to the village and enter the tent just to the left of the entrance path.  Go past the pillars and down the hallway.  After the Guild turns into swans, get the distaff and "open" the egg (ECED).  Leave the Sanctuary and go to the cemetary (left side of the island).  Go to the bushes with the eyes in them.  After the owl catches the rabbit, read the tombstone.  Go back to the woods and double-click on all the holes.  Record the draft that's played (night-vision).  Go back to the cliff where you initially started out and open the sky.  Go back to the village and go to the tent just to the right of the entrance path.  Double-click on the spinning wheel and record the draft (straw into gold).  Turn all the straw into gold.  Go to the tent all the way to the right and double-click on the flask.  Record the draft (empty).  Double-click on the cauldron and record the draft (dye).  Dye the undyed clothes.  Go to the dock (lower left side of the island) and get in the boat.  Double-click on the waterspout and record the draft (twist).  Untwist the waterspout (reverse the twist draft).  Land on the land (where else?).
  449.  
  450. -- part contents for card part 9
  451. ----- text -----
  452. In the village.  It's the tent just to the left of the entrance path.  Go in and go past the pillars and down the hallway.
  453.  
  454. -- part contents for card part 10
  455. ----- text -----
  456. Double-click on the egg.
  457.  
  458. -- part contents for card part 11
  459. ----- text -----
  460. Play "ECED" (the notes the egg gives off) at the egg.
  461.  
  462. -- part contents for card part 12
  463. ----- text -----
  464. Look in the bushes.
  465.  
  466. -- part contents for card part 13
  467. ----- text -----
  468. Double-click on the bushes.  A rabbit will pop out, and the owl will catch it and leave.
  469.  
  470. -- part contents for card part 14
  471. ----- text -----
  472. Have you looked in all the trees?
  473.  
  474. -- part contents for card part 15
  475. ----- text -----
  476. Have you gotten the owl off the tombstone yet?
  477.  
  478. -- part contents for card part 16
  479. ----- text -----
  480. Have you talked to four owls yet?
  481.  
  482. -- part contents for card part 17
  483. ----- text -----
  484. After you have looked in the bushes and the owl has caught the rabbit, go to the forest and click in all of the holes.  The notes they sing are the "night-vision" draft.  You must weave it at darkness.
  485.  
  486. -- part contents for card part 18
  487. ----- text -----
  488. Have you read the tombstone yet?
  489.  
  490.  
  491. -- part contents for card part 19
  492. ----- text -----
  493. Open the sky.
  494.  
  495. -- part contents for card part 20
  496. ----- text -----
  497. You must go to the cliff to open the sky.
  498.  
  499. -- part contents for card part 21
  500. ----- text -----
  501. Go to the cliff (where you started out), and weave an "open" draft at the sky.  Then go down to the dock and get in the boat.
  502.  
  503.  
  504. -- part contents for card part 22
  505. ----- text -----
  506. Do you have the "F" string yet?
  507.  
  508. -- part contents for card part 23
  509. ----- text -----
  510. You must turn the straw into gold and dye the undyed clothes to get the "F" string.
  511.  
  512. -- part contents for card part 24
  513. ----- text -----
  514. UNtwist the waterspout.
  515.  
  516. -- part contents for card part 25
  517. ----- text -----
  518. Listen to the waterspout.  Reverse its "twisting" sounds to UNtwist it.